Executes when a new page has been retrieved from the server. It provides the URL that was requested and the HTTP headers from the web server.
Syntax |
|---|
|
PageReceived ( URL, HTTPStatus, Headers, Content ) |
Parameters |
|
|---|---|
|
URL |
|
|
HTTPStatus |
|
|
Headers |
|
|
Content |
|
Notes
The HTTPStatus code is also passed to this event. These codes are used for messages such as "Page not found" (error 404), and so forth.